Core Spark (Ivr Categorization)

Ivr Categorization

Accept a User Input and determine the right category to direct the system. A variation on an Interactive Voice Response (IVR) system.

The latest update has a lot of bugs, I want to report them.


Responses From Spark Variants that Implement the Core Spark (IVR Categorization)

{
  "category": {
    "name": "Technical Support",
    "probability": 95,
    "follow-up": "Can you please provide more details about the bugs you are experiencing?",
    "user_mood": "frustrated"
  }
}